home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / HHORV7 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  834 b   |  21 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import java.awt.Graphics;
  4.  
  5. class BasicTextUI$SafePainter implements Runnable {
  6.    // $FF: synthetic field
  7.    BasicTextUI this$0;
  8.    // $FF: renamed from: g java.awt.Graphics
  9.    Graphics field_0;
  10.  
  11.    // $FF: synthetic method
  12.    BasicTextUI$SafePainter(BasicTextUI this$0, Graphics g) {
  13.       this.this$0 = this$0;
  14.       this.field_0 = g;
  15.    }
  16.  
  17.    public void run() {
  18.       this.this$0.paintSafely(this.field_0);
  19.    }
  20. }
  21.